VT-d/qinval: make further functions static
authorJan Beulich <jbeulich@suse.com>
Wed, 25 Jun 2014 12:43:46 +0000 (14:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 25 Jun 2014 12:43:46 +0000 (14:43 +0200)
commit0e7acfd1b4790623766e05e5b6aa6df155b27bc9
treea5d98316225aa09c3e833e987f6dceb9dd5d4267
parentdaa4b800d29ff2486242c0136b21badf37495ba1
VT-d/qinval: make further functions static

... and with that change their return types to void as they can't
actually fail, simplifying error handling in their callers.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/extern.h
xen/drivers/passthrough/vtd/qinval.c